-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Fix some typos of "definition" #151781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix some typos of "definition" #151781
Conversation
|
want to add this to our typos config so it gets caught by the CI check? |
|
I was planning to, but from looking at the config I couldn’t figure out how. Is there an example somewhere I can look at? |
This comment has been minimized.
This comment has been minimized.
IIUC it should be adding something like definitinon = "definition" |
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Ah, the comments in So from what I can tell:
|
|
Document, sort, and tweak spellcheck entries in `typos.toml` - This grew out of rust-lang#151781, which was originally a simple typo fix.
Tiny PR to fix some typos I stumbled across.
No functional changes.